home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000329_news@columbia.edu_Sat Sep 9 20:32:51 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA16877
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 9 Sep 1995 18:53:32 -0400
  3. Received: by apakabar.cc.columbia.edu id AA09157
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 9 Sep 1995 18:53:31 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!news4.ner.bbnplanet.net!news3.near.net!sun3.ipswitch.com!ddl
  6. From: ddl@harvard.edu (Dan Lanciani)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: MS-DOS Kermit 3.14 Second Edition
  9. Message-Id: <2989@sun3.IPSWITCH.COM>
  10. Date: 9 Sep 95 20:32:51 GMT
  11. References: <3tf3n7$2tl@apakabar.cc.columbia.edu> <42qciv$c6k@cpmt.cyberport.net> <1995Sep9.114915.60947@cc.usu.edu>
  12. Organization: Internet 
  13. Lines: 46
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <1995Sep9.114915.60947@cc.usu.edu>, jrd@cc.usu.edu (Joe Doupnik) writes:
  17.  
  18. [...]
  19. |     Ugh(tm). Arcnet with ODI has its share of problems when it comes
  20. | to ARP.
  21.  
  22. ODI makes your application completely media-independent... :) As long
  23. as your medium looks like Ethernet/802.3/802.5... :(
  24.  
  25. |An ARCnet MAC address is one byte long, yet ODI provides six byte
  26. | MAC addresses. Which end of that string will the byte appear? Undocumented.
  27.  
  28. I seem to recall that the answer here is that there isn't a simple answer.
  29. There is certainly an end where the node id appears (check the ODIPKT sources;
  30. I forget which end it is), but there are other cases where all six bytes are
  31. significant.  For example, I think you get into trouble unless you set all
  32. six bytes to ff for a broadcast, at least on some drivers.
  33.  
  34. | The medium ident appearing in an ARP packet reflects the kind of wiring,
  35. | 6 for Ethernet and presumably 7 for ARCnet. I did make some changes in the
  36. | MAC address extraction procedure in MSK mark II, and maybe something got
  37. | broken.
  38.  
  39. The poster with the ARCNet problem might want to try running over ODIPKT.
  40. It understands all these details and presents a fake Ethernet driver
  41. interface to the client (kermit in this case).  I did all the original
  42. development with [T]RXNET so it should work with that if anything. :)
  43.  
  44. |     I tested earlier MSK's with ARCnet, and honestly I found that
  45. | arrangment to be flakey at best. It's not MSK but rather whatever IP
  46. | routing a NW server does in that case.
  47.  
  48. Funny, I've found most users of the server's IP routing features to have
  49. no trouble.  It does (did?) enforce some subnetting restrictions a little
  50. too enthusiastically, but I guess one can't blame them for following
  51. the RFCs...
  52.  
  53. |I found that connections would
  54. | cease operating after a while or be reluctant to progress. 
  55.  
  56. I wonder if this is related to the Linux ARP problem described earlier?
  57. Like Linux, the NW server does time out ARP entries.  Perhaps something
  58. similar is happeneing?
  59.  
  60.                 Dan Lanciani
  61.                 ddl@harvard.*